- swap data set
- набор пересылаемых данных; набор данных свопинга
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Data General Nova — System Data General Nova 1200 front panel … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
Working Set Size — In computing the working set size is the amount of memory needed to compute the answer to a problem. In any computing scenario, but especially high performance computing where mistakes can be costly, this is a significant design criteria for a… … Wikipedia
Compare-and-swap — In computer science, the compare and swap (CAS) CPU instruction is a special instruction that atomically compares the contents of a memory location to a given value and, only if they are the same, modifies the contents of that memory location to… … Wikipedia
Test-and-set — In computer science, the test and set instruction is an instruction used to both test and (conditionally) write to a memory location as part of a single atomic (i.e. non interruptible) operation. This means setting a value, but first performing… … Wikipedia
Interest rate swap — An interest rate swap is a derivative in which one party exchanges a stream of interest payments for another party s stream of cash flows. Interest rate swaps can be used by hedgers to manage their fixed or floating assets and liabilities. They… … Wikipedia
Palette swap — The palette swap is a practice often used in video games, whereby a graphic that is already used for one element is given a different palette so that it can be reused for other elements. The different palette gives the new graphic a unique set of … Wikipedia
3D optical data storage — is the term given to any form of optical data storage in which information can be recorded and/or read with three dimensional resolution (as opposed to the two dimensional resolution afforded, for example, by CD). [ Three Dimensional Optical Data … Wikipedia
Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… … Wikipedia
Atmel AVR instruction set — Here is the basic Atmel AVR instruction set.Arithmetic operations work on registers R0 R31 but not directly on RAM and take one clock cycle, except for multiplication and word wide addition (ADIW and SBIW) which take two cycles.RAM and I/O space… … Wikipedia
Compare-and-swap — (CAS) (engl. für „Vergleichen und Tauschen“) Instruktionen werden in der Informatik verwendet, um Locking und Synchronisationsoperationen zu implementieren. Eine Speicherstelle wird mit einem vorgegebenen Wert verglichen, und bei Übereinstimmung… … Deutsch Wikipedia